Current Location: Home> Function Categories> is_subclass_of

is_subclass_of

Checks whether the object takes this class as one of its parent classes or implements it: if this object is a subclass of the class, returns true
Name:is_subclass_of
Category:Classes and Objects
Programming Language:php
One-line Description:Checks whether the object takes this class as one of its parent classes or implements it: if this object is a subclass of the class, returns true
Similar Functions
Popular Articles